home *** CD-ROM | disk | FTP | other *** search
/ Floppyshop 2 / Floppyshop - 2.zip / Floppyshop - 2.iso / art&graf.ix / art-5112 / avi_play / avi_play.doc < prev    next >
Text File  |  1995-04-07  |  5KB  |  166 lines

  1. (English below)
  2.  
  3. Ein einfacher AVI-Player für den Atari (Mono, 16 oder 256 Farben).
  4. Für alle die, die sich über die große Sammlung im PC Bereich geärgert
  5. haben. Bislang nur für CRAM8,CRAM16 und umkomprimiert,RLE8,RLE4 (un-
  6. getestet) und CVID. Version: 0.95 Neue Komprimierverfahren, mehr Movies!
  7.  
  8.  
  9.       Autor: Dieter Fiebelkorn
  10.              Grüner Weg 29a
  11.              45768 Marl
  12.              02365/65952
  13.  
  14.  
  15. Informationen zu weiteren Komprimierungen: RLE4, RLE8, CVID, RT21,
  16. IV31, YVU9, MRLE und was es sonst noch gibt sind herzlich willkommen.
  17. Intels Indeo Formate: 'RT21', 'IV31' und 'YVU9' sollen $5000 kosten!
  18. Und werden nach Möglichkeit in das Programm einfließen. Danksagungen
  19. sind selbstverständlich. Noch besser sind kleine C-Funktionen, die
  20. das Auspacken realisieren (Benötigte Werte bitte als Parameter über-
  21. geben und als 1Byte/Pixel [Genau ein Byte gibt den Index der Farb-
  22. palette an] ablegen) den Rest erledige ich dann! !!!HERZLICHEN DANK!!!
  23.  
  24.  
  25.  
  26.                      Postcardware!
  27.                      =============
  28.  
  29.  
  30. AVI_PLAY.PRG  : Version für alle Atari's.
  31. AVI_P020.PRG  : Für Rechner mit einem 68020 Prozessor oder höher.
  32. AVI_P881.PRG  : Für Rechner mit einem zusätzlichen Coprozessor.
  33.  
  34. Tastaturbedienung:
  35. ------------------
  36.  
  37. '+'           : Aufhellen des Bildes um 5%.
  38. '-'           : Abdunkeln des Bildes um 5%.
  39. '*'           : Originalhelligkeit.
  40.  
  41. '/'           : Rot - Blau - Tausch.
  42.                 Bei CVID Graustufen/Farb-Anzeige
  43.  
  44. '.'           : Verdoppelung des Bildes ein/ausschalten.
  45.  
  46. '0'           : Zum ersten Bild zurückspringen.
  47. '3'           : 10 Bilder überspringen.
  48. '6'           : 25 Bilder überspringen.
  49. '9'           : 100 Bilder überspringen.
  50.  
  51. '('           : Jedes Bild darstellen.
  52. ')'           : Jedes 2., 3., ... 10. Bild darstellen.
  53.  
  54. 's'           : Speichern des Bildes als ESM-Datei.
  55. '<SPACE>'
  56. '<LEERTASTE>' : Standbild ein/ausschalten.
  57. '<RETURN>'
  58. '<ENTER>'     : Einzelbild Weiterschaltung.
  59.  
  60. '<ESC>', 'q'  : Programm beenden.
  61.  
  62.  
  63. -----------------------------------------------------------------------
  64.  
  65.  
  66. Das Programm RIFFSHW.TTP stellt die Informationen deiner AVI (oder
  67. allgemeiner RIFF) Datei als ASCII dar. Dort kann man auch prüfen,
  68. ob das Bild per CRAM oder unkomprimiert ist.
  69.  
  70. RIFFSHW <avi-file>
  71.  
  72.  
  73. -----------------------------------------------------------------------
  74.  
  75.  
  76. Das Programm AVI2WAVE.GTP extrahiert die Soundinformationen aus dem
  77. AVI-File und speichert diese kompakt in einer reinen WAVE (Sound)
  78. Datei.
  79.  
  80. AVI2WAVE <avi-file> <wave-file>        (Einmaliges Umwandeln)
  81. AVI2WAVE                               (Mehrmaliges Umwandeln mit FSEL)
  82.  
  83.  
  84.  
  85. =======================================================================
  86.  
  87.  
  88.  
  89. A simple AVI player for Atari computers (mono, 16 or 256 colors).
  90. For all, which have found any animations and couldn't show them.
  91. At the moment the viewer supports only CRAM8,CRAM16 and uncompressed,
  92. RLE8,RLE4 (untested) and CVID and all without sound.
  93. But think, i is the beginning! version 0.95: New methods of compression!
  94.  
  95.  
  96.      Author: Dieter Fiebelkorn
  97.              Grüner Weg 29a
  98.              45768 Marl
  99.              --- Germany ---
  100.  
  101.  
  102. Informations for other methods of compression are wellcome. And will
  103. use for the program if possible. You get a "Thanks" in the README!
  104. Better are little C functions, which makes the decompression. Needed
  105. values are given by parameters and the image should be saved in a
  106. given memory with 1 byte per pixel (which is the index of the color
  107. palette). I make the rest! Many many thanx!
  108.  
  109.  
  110.  
  111.                      Postcardware!
  112.                      =============
  113.  
  114.  
  115. AVI_PLAY.PRG  : version for all Atari's.
  116. AVI_P020.PRG  : for Atari with a 68020 prozessor or higher.
  117. AVI_P881.PRG  : for Atari with a mathematic coprozessor.
  118.  
  119. Tastaturbedienung:
  120. ------------------
  121.  
  122. '+'           : Brighten the image by +5%.
  123. '-'           : Brighten the image by +5%.
  124. '*'           : original colors.
  125.  
  126. '/'           : red - blue - switch.
  127.                 for CVID grayscale/color display.
  128.  
  129. '.'           : double the image (on/off).
  130.  
  131. '0'           : return to the first image.
  132. '3'           : skip 10 images.
  133. '6'           : skip 25 images.
  134. '9'           : skip 100 images.
  135.  
  136. '('           : show every image.
  137. ')'           : show only every 2., 3., ... 10. image.
  138.  
  139. 's'           : save image a ESM picture.
  140. '<SPACE>'
  141. '<LEERTASTE>' : pause on/off.
  142. '<RETURN>'
  143. '<ENTER>'     : single step in pause mode.
  144.  
  145. '<ESC>', 'q'  : quit animation.
  146.  
  147.  
  148. -----------------------------------------------------------------------
  149.  
  150.  
  151. The program RIFFSHW.TTP shows the information of your AVI (or better
  152. RIFF) file in ASCII format. Ther you can find the compression algorithm
  153. and the size of the image.
  154.  
  155. RIFFSHW <avi-file>
  156.  
  157.  
  158. -----------------------------------------------------------------------
  159.  
  160.  
  161. The program AVI2WAVE.GTP extract the sound infoarmation from the
  162. AVI file and save them in a pure WAVE (sound) file.
  163.  
  164. AVI2WAVE <avi-file> <wave-file>        (One Convertion)
  165. AVI2WAVE                               (Convertion with FSEL)
  166.